import React from 'react'; import { FaceLivenessDetector } from '@aws-amplify/ui-react-liveness'; export function CustomizationCdn() { return ( {}} config={{ binaryPath: 'http://example.com/path/to/your/wasm/file/', faceModelUrl: 'http://example.com/path/to/your/blazeface/file/model.json', }} /> ); }